首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
get_parent_class
get_parent_class
返回對像或類的父類名
名稱:
get_parent_class
分類:
類和對象
所屬語言:
php
一句話介紹:
返回對像或類的父類名
相關內容
如何使用socket_set_option 調整socket 的數據發送延遲
8
如何在ThinkPHP中實現分佈式應用系統
10
了解PHP底層開發原理:網絡安全和數據加密技術
9
使用sprintf 對齊字符串輸出的技巧
4
同類函數
get_mangled_object_vars
get_mangled_object_vars
它返回的結果與(array)$objec
get_declared_traits
get_declared_traits
返回所有已定義的traits的數組
get_object_vars
get_object_vars
返回給你寫對象屬性組成的關聯數組
get_parent_class
get_parent_class
返回對像或類的父類名
get_called_class
get_called_class
後期靜態綁定("LateSta
get_declared_classes
get_declared_classes
返回由已定義類的名字所組成的數組
property_exists
property_exists
檢查對像或類是否具有該屬性
interface_exists
interface_exists
檢查接口是否已定義
熱門文章